- XMLNodeType
alias XMLNodeType = _XMLNodeType
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_xmlnode_copy
alias da_xmlnode_copy = xmlnode* function(const(xmlnode)* src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_xmlnode_free
alias da_xmlnode_free = void function(xmlnode* node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_xmlnode_from_file
alias da_xmlnode_from_file = xmlnode* function(const(char)* dir, const(char)* filename, const(char)* description, const(char)* process)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_xmlnode_from_str
alias da_xmlnode_from_str = xmlnode* function(const(char)* str, gssize size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_xmlnode_get_attrib
alias da_xmlnode_get_attrib = const(char)* function(const(xmlnode)* node, const(char)* attr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_xmlnode_get_attrib_with_namespace
alias da_xmlnode_get_attrib_with_namespace = const(char)* function(const(xmlnode)* node, const(char)* attr, const(char)* xmlns)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_xmlnode_get_child
alias da_xmlnode_get_child = xmlnode* function(const(xmlnode)* parent, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_xmlnode_get_child_with_namespace
alias da_xmlnode_get_child_with_namespace = xmlnode* function(const(xmlnode)* parent, const(char)* name, const(char)* xmlns)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_xmlnode_get_data
alias da_xmlnode_get_data = char* function(const(xmlnode)* node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_xmlnode_get_data_unescaped
alias da_xmlnode_get_data_unescaped = char* function(const(xmlnode)* node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_xmlnode_get_namespace
alias da_xmlnode_get_namespace = const(char)* function(xmlnode* node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_xmlnode_get_next_twin
alias da_xmlnode_get_next_twin = xmlnode* function(xmlnode* node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_xmlnode_get_parent
alias da_xmlnode_get_parent = xmlnode* function(const(xmlnode)* child)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_xmlnode_get_prefix
alias da_xmlnode_get_prefix = const(char)* function(const(xmlnode)* node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_xmlnode_insert_child
alias da_xmlnode_insert_child = void function(xmlnode* parent, xmlnode* child)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_xmlnode_insert_data
alias da_xmlnode_insert_data = void function(xmlnode* node, const(char)* data, gssize size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_xmlnode_new
alias da_xmlnode_new = xmlnode* function(const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_xmlnode_new_child
alias da_xmlnode_new_child = xmlnode* function(xmlnode* parent, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_xmlnode_remove_attrib
alias da_xmlnode_remove_attrib = void function(xmlnode* node, const(char)* attr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_xmlnode_remove_attrib_with_namespace
alias da_xmlnode_remove_attrib_with_namespace = void function(xmlnode* node, const(char)* attr, const(char)* xmlns)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_xmlnode_set_attrib
alias da_xmlnode_set_attrib = void function(xmlnode* node, const(char)* attr, const(char)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_xmlnode_set_attrib_full
alias da_xmlnode_set_attrib_full = void function(xmlnode* node, const(char)* attr, const(char)* xmlns, const(char)* prefix, const(char)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_xmlnode_set_attrib_with_namespace
alias da_xmlnode_set_attrib_with_namespace = void function(xmlnode* node, const(char)* attr, const(char)* xmlns, const(char)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_xmlnode_set_attrib_with_prefix
alias da_xmlnode_set_attrib_with_prefix = void function(xmlnode* node, const(char)* attr, const(char)* prefix, const(char)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_xmlnode_set_namespace
alias da_xmlnode_set_namespace = void function(xmlnode* node, const(char)* xmlns)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_xmlnode_set_prefix
alias da_xmlnode_set_prefix = void function(xmlnode* node, const(char)* prefix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_xmlnode_to_formatted_str
alias da_xmlnode_to_formatted_str = char* function(const(xmlnode)* node, int* len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_xmlnode_to_str
alias da_xmlnode_to_str = char* function(const(xmlnode)* node, int* len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xmlnode
alias xmlnode = _xmlnode
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xmlnode_copy
xmlnode* xmlnode_copy(const(xmlnode)* src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xmlnode_free
void xmlnode_free(xmlnode* node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xmlnode_from_file
xmlnode* xmlnode_from_file(const(char)* dir, const(char)* filename, const(char)* description, const(char)* process)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xmlnode_from_str
xmlnode* xmlnode_from_str(const(char)* str, gssize size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xmlnode_get_attrib
const(char)* xmlnode_get_attrib(const(xmlnode)* node, const(char)* attr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xmlnode_get_attrib_with_namespace
const(char)* xmlnode_get_attrib_with_namespace(const(xmlnode)* node, const(char)* attr, const(char)* xmlns)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xmlnode_get_child
xmlnode* xmlnode_get_child(const(xmlnode)* parent, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xmlnode_get_child_with_namespace
xmlnode* xmlnode_get_child_with_namespace(const(xmlnode)* parent, const(char)* name, const(char)* xmlns)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xmlnode_get_data
char* xmlnode_get_data(const(xmlnode)* node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xmlnode_get_data_unescaped
char* xmlnode_get_data_unescaped(const(xmlnode)* node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xmlnode_get_namespace
const(char)* xmlnode_get_namespace(xmlnode* node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xmlnode_get_next_twin
xmlnode* xmlnode_get_next_twin(xmlnode* node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xmlnode_get_parent
xmlnode* xmlnode_get_parent(const(xmlnode)* child)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xmlnode_get_prefix
const(char)* xmlnode_get_prefix(const(xmlnode)* node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xmlnode_insert_child
void xmlnode_insert_child(xmlnode* parent, xmlnode* child)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xmlnode_insert_data
void xmlnode_insert_data(xmlnode* node, const(char)* data, gssize size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xmlnode_new
xmlnode* xmlnode_new(const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xmlnode_new_child
xmlnode* xmlnode_new_child(xmlnode* parent, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xmlnode_remove_attrib
void xmlnode_remove_attrib(xmlnode* node, const(char)* attr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xmlnode_remove_attrib_with_namespace
void xmlnode_remove_attrib_with_namespace(xmlnode* node, const(char)* attr, const(char)* xmlns)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xmlnode_set_attrib
void xmlnode_set_attrib(xmlnode* node, const(char)* attr, const(char)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xmlnode_set_attrib_full
void xmlnode_set_attrib_full(xmlnode* node, const(char)* attr, const(char)* xmlns, const(char)* prefix, const(char)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xmlnode_set_attrib_with_namespace
void xmlnode_set_attrib_with_namespace(xmlnode* node, const(char)* attr, const(char)* xmlns, const(char)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xmlnode_set_attrib_with_prefix
void xmlnode_set_attrib_with_prefix(xmlnode* node, const(char)* attr, const(char)* prefix, const(char)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xmlnode_set_namespace
void xmlnode_set_namespace(xmlnode* node, const(char)* xmlns)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xmlnode_set_prefix
void xmlnode_set_prefix(xmlnode* node, const(char)* prefix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xmlnode_to_formatted_str
char* xmlnode_to_formatted_str(const(xmlnode)* node, int* len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xmlnode_to_str
char* xmlnode_to_str(const(xmlnode)* node, int* len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xmlnode_copy
da_xmlnode_copy xmlnode_copy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xmlnode_free
da_xmlnode_free xmlnode_free;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xmlnode_from_file
da_xmlnode_from_file xmlnode_from_file;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xmlnode_from_str
da_xmlnode_from_str xmlnode_from_str;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xmlnode_get_attrib
da_xmlnode_get_attrib xmlnode_get_attrib;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xmlnode_get_attrib_with_namespace
da_xmlnode_get_attrib_with_namespace xmlnode_get_attrib_with_namespace;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xmlnode_get_child
da_xmlnode_get_child xmlnode_get_child;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xmlnode_get_child_with_namespace
da_xmlnode_get_child_with_namespace xmlnode_get_child_with_namespace;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xmlnode_get_data
da_xmlnode_get_data xmlnode_get_data;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xmlnode_get_data_unescaped
da_xmlnode_get_data_unescaped xmlnode_get_data_unescaped;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xmlnode_get_namespace
da_xmlnode_get_namespace xmlnode_get_namespace;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xmlnode_get_next_twin
da_xmlnode_get_next_twin xmlnode_get_next_twin;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xmlnode_get_parent
da_xmlnode_get_parent xmlnode_get_parent;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xmlnode_get_prefix
da_xmlnode_get_prefix xmlnode_get_prefix;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xmlnode_insert_child
da_xmlnode_insert_child xmlnode_insert_child;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xmlnode_insert_data
da_xmlnode_insert_data xmlnode_insert_data;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xmlnode_new
da_xmlnode_new xmlnode_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xmlnode_new_child
da_xmlnode_new_child xmlnode_new_child;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xmlnode_remove_attrib
da_xmlnode_remove_attrib xmlnode_remove_attrib;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xmlnode_remove_attrib_with_namespace
da_xmlnode_remove_attrib_with_namespace xmlnode_remove_attrib_with_namespace;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xmlnode_set_attrib
da_xmlnode_set_attrib xmlnode_set_attrib;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xmlnode_set_attrib_full
da_xmlnode_set_attrib_full xmlnode_set_attrib_full;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xmlnode_set_attrib_with_namespace
da_xmlnode_set_attrib_with_namespace xmlnode_set_attrib_with_namespace;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xmlnode_set_attrib_with_prefix
da_xmlnode_set_attrib_with_prefix xmlnode_set_attrib_with_prefix;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xmlnode_set_namespace
da_xmlnode_set_namespace xmlnode_set_namespace;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xmlnode_set_prefix
da_xmlnode_set_prefix xmlnode_set_prefix;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xmlnode_to_formatted_str
da_xmlnode_to_formatted_str xmlnode_to_formatted_str;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xmlnode_to_str
da_xmlnode_to_str xmlnode_to_str;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.